.container{
        height: calc(100vh - 36px);
        position: absolute;
        top: 36px;
        z-index: 1000;
        width: 100%;
        background-color: transparent;
        display:none;
    }

    .mp-pusher::after, .mp-level::after {
        background-color: rgba(0,0,0,0.1);
    }

    .mp-level {
        background: rgb(140, 140, 140);
    }

    .mp-menu h2 {
        font-size: 1rem;
        color: white;
    }

    .mp-menu ul li > a {
        font-size: 1rem;
        color: white;
    }
    
    .team-menu {
    	display: none;
    }
    
    .container>.mp-pusher>.team-menu {
    	display: block;
    }